home *** CD-ROM | disk | FTP | other *** search
/ Bath / Bath CDROM.iso / pc / SYSCHECK.DXR / 00003.ls < prev    next >
Encoding:
Text File  |  2001-07-26  |  126 b   |  10 lines

  1. on exitFrame
  2.   wait(120)
  3. end
  4.  
  5. on wait amount
  6.   start = the ticks
  7.   repeat while (the ticks - start) < amount
  8.   end repeat
  9. end
  10.